Time
Learn about time in Go.
We'll cover the following
time.LoadLocation reads from a file#
To convert between time zones you first need to load location information.
It turns out
that time.LoadLocation reads from a file every time it’s called. Not
the best thing to do when formatting each row of a massive CSV
report:
/
main_test.go
Your app can be found at: https://ed-4793220156096512.educative.run
Using `time.LoadLocation`
Logging
Quiz: Memory and Time